﻿
.swiper-container{
	margin-top:50px;
}	
.tuijian .swiper-slide{
	width:860px;

	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}

.tuijian .swiper-slide.swiper-slide-active{
	width:860px;

	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity: 1;
}

.swiper-slide a{
	transition: 0.2s;
}	

.swiper-slide img{
	width: 100%;
	height: auto;
}

.swiper-slide a:hover{
	opacity:.6;}	
.swiper-pagination{
	text-align:center;
	width:100%;
	margin-top:10px;}

.swiper-button-prev:before{	
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
	background-color: #f00;
    background: url(/myskin/images/leftjiantou.png) no-repeat 0 center;
    left: 94%;
    top: 20%;
	background-size: contain;
}

.swiper-button-next:after{	
    content: '';
    position: absolute;
	width: 40px;
    height: 40px;
    background: url(/myskin/images/right-jiantou.png) no-repeat 0 center;
    right: 30%;
    top: 20%;	
	background-size: contain;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	opacity:0.6;
}


.tuijian .swiper-button-prev, .tuijian .swiper-button-next{
	background-image: none;
}
